chore: retire apps/web (moved to ocpp-debugkit/website)#117
Merged
Conversation
The website now lives in its own repo, ocpp-debugkit/website, deployed at ocppdebugkit.com on the published @ocpp-debugkit/toolkit package. Remove the in-repo web app and every active reference so this repo is library + CLI only. - Delete apps/web/** - pnpm-workspace.yaml: drop apps/* and regenerate the lockfile - Remove root vercel.json (no site deploys from here) - CI: drop the Playwright browser-install + E2E steps - vitest.config.ts: drop the dead .next / apps/web excludes - Docs (README, AGENTS, CURRENT_STATE, CONTRIBUTING): point to the website repo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Retire the web app from this repo. It now lives in
ocpp-debugkit/website, deployed at
ocppdebugkit.com on the published
@ocpp-debugkit/toolkitpackage. This repo is library + CLI only.Changes
apps/web/**.pnpm-workspace.yaml: drop theapps/*glob;pnpm-lock.yamlregenerated(−218 packages).
vercel.json(no site deploys from here).apps/web).vitest.config.ts: remove the.next/apps/web/testsexcludes (dead paths).README,AGENTS,CURRENT_STATE,CONTRIBUTING): dropapps/webfrom the structure, dependency graph, and status, pointing readers tothe website repo.
Verification
pnpm format:check— clean.pnpm lint/pnpm typecheck— clean.pnpm build— builds only@ocpp-debugkit/toolkit(no app).pnpm test— 374 passed.products, the npm-backed inspector loads, and the Studio pages resolve.
One historical changelog line in
CURRENT_STATE.md(under "Next.js App Scaffold(PR #42)") still names
apps/web— left as an accurate record of past work.Closes #116